Performance of pattern finding (reminder):
Sean and I met to discuss the problems with the pattern finder. Our current idea is that there are two main failing points:
Example:
Truth:
Reconstruction:
Potential Solution:
In general, we need a better fitter. How to go about that (and at what stage) is unclear. One option is to only do linear fits near the stop and start of tracks (preventing "pull" from scattering). Another option is to have a more robust fitter that considers scattering like seen above.
Example
Truth:
Reconstruction
Potential Solution:
First, it's unclear whether or not these electrons will be accurately resolved by the tracklet finder (or if they even need to be).
Assuming these electron tracklets are accurately resolved, we instead need to project tracklet starts onto some finite space (ex. line segment). That way, the distance calculation will be based on how close the new tracklets start is to an existing tracklet as a whole, not just the endpoints of another tracklet. If this is more computationally expensive, it can be done as a "second pass", i.e. the original method of just comparing endpoint distances can be done first.
Some discussion points for Jessie: